github.com/klauspost/compress/zstd.byteReader.Uint32NC (method)

5 uses

	github.com/klauspost/compress/zstd (current package)
		bytereader.go#L64: func (b byteReader) Uint32NC() uint32 {
		fse_decoder.go#L60: 	bitStream := b.Uint32NC()
		fse_decoder.go#L85: 					bitStream = b.Uint32NC() >> bitCount
		fse_decoder.go#L114: 				bitStream = b.Uint32NC() >> bitCount
		fse_decoder.go#L159: 			bitStream = b.Uint32NC() >> (bitCount & 31)